Modifier and Type | Method and Description |
---|---|
CompletableFuture<EventResult> |
EventManager.publish(Event event)
Publishes an event to the event queue.
|
Modifier and Type | Class and Description |
---|---|
class |
CloseByteChannelEvent
Event which will close the byte channel.
|
class |
ReadBytesEvent
Will be used to process the response once the bytes are read from the source.
|
class |
WriteBytesEvent
Represents an event which will write bytes.
|
Modifier and Type | Class and Description |
---|---|
class |
CloseCharacterChannelEvent
Event which will close the character channel.
|
class |
ReadCharactersEvent
Represents an event which will read characters.
|
class |
WriteCharactersEvent
Represents an event which will write characters.
|
Modifier and Type | Class and Description |
---|---|
class |
CloseDelimitedRecordEvent
Event which will close delimited record.
|
class |
DelimitedRecordReadAllEvent
Represents delimited record readAll event.
|
class |
DelimitedRecordReadEvent
Represents delimited record read event.
|
class |
DelimitedRecordWriteEvent
Represents write event of delimited records channel.
|
class |
HasNextDelimitedRecordEvent
Validates whether there's another text record.
|
Copyright © 2018 WSO2. All rights reserved.