protected static interface OutputModule.ModuleOutput extends ForwarderModule.Abstract.ModuleInputOutput
Modifier and Type | Method and Description |
---|---|
String |
getDestinationName()
Gets the destination's name.
|
boolean |
isOpen()
Asks if this module has been opened.
|
boolean |
output(Serializable[] messages)
Outputs messages.
|
close, commit, getDisplayName, isClosed, isReliable, open, setUp, tearDown
@Nonnull @CheckReturnValue String getDestinationName()
@CheckReturnValue boolean isOpen()
@CheckReturnValue boolean output(@Nonnull Serializable[] messages) throws InterruptedException
messages
- The messages.InterruptedException
- When the service is stopped.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.