OptionWhenSendingToBusDoesNotExist
Option when sending an event to a bus that does not exist.
Create a new bus if the bus associated with ChannelEvent.key does not exist.
Throw ChannelEventBusException.SendException.BusDoesNotExist if the bus associated with ChannelEvent.key does not exist.
Do nothing if the bus associated with ChannelEvent.key does not exist.
Entries
Create a new bus if the bus associated with ChannelEvent.key does not exist. This is the default option.
Throw ChannelEventBusException.SendException.BusDoesNotExist if the bus associated with ChannelEvent.key does not exist.
Do nothing if the bus associated with ChannelEvent.key does not exist. Basically, the event will be ignored (not sent) if the bus does not exist.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.