Update event-bus.md (#23786)
Removed a duplicate sentence (comming from an automatic merge) at line 24 :"An event bus must define the following three type parameters:"
This commit is contained in:
parent
3107ea342c
commit
63ccdeec16
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ you have to provide it inside the message.
|
|||
This mechanism is used in different places within Akka, e.g. the [Event Stream](#event-stream).
|
||||
Implementations can make use of the specific building blocks presented below.
|
||||
|
||||
An event bus must define the following three type parameters:
|
||||
An event bus must define the following three @scala[abstract types]@java[type parameters]:
|
||||
|
||||
* `Event` is the type of all events published on that bus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue