public interface GenericMessagePublicationSupport<T,P extends IPublicationCommand> extends PubSubSupport<T>, ErrorHandlingSupport
Modifier and Type | Method and Description |
---|---|
P |
post(T message)
Publish a message to the bus using on of its supported message publication mechanisms.
|
publish, subscribe, unsubscribe
getRuntime
getRegisteredErrorHandlers
P post(T message)
message
- - Any subtype of T welcomeCopyright © 2018. All rights reserved.