Uses of Class
org.springframework.integration.events.IntegrationEvent
Package
Description
Provides classes related to message aggregation.
ApplicationEvents generated by the file module.
Provides classes related to file servers.
Classes used for tailing file system files.
Provides classes related to FTP servers.
ApplicationEvents generated by the ip module.
All things related to tcp connections - client and
server factories; listener and sender interfaces.
Byte array (de)serializers for putting some protocol on the
wire so that incoming messages can be constructed from stream data.
Base package for UDP support.
Base package for Mail support.
Events generated by the mail module
ApplicationEvents generated by the mqtt module.
Events generated by the redis module
Provides common classes for RSocket components.
Provides classes related to SFTP servers.
Base package for stream support.
-
Uses of IntegrationEvent in org.springframework.integration.aggregator
Modifier and TypeClassDescriptionclass
Event representing the expiration of a message group. -
Uses of IntegrationEvent in org.springframework.integration.file.event
-
Uses of IntegrationEvent in org.springframework.integration.file.remote.server
-
Uses of IntegrationEvent in org.springframework.integration.file.tail
Modifier and TypeClassDescriptionstatic class
static class
-
Uses of IntegrationEvent in org.springframework.integration.ftp.server
Modifier and TypeClassDescriptionclass
ApplicationEvent
generated from Apache Mina ftp events.class
An event emitted when a directory is created.class
An event that is emitted when a file is written.class
Base class for all events having anFtpRequest
.class
An event emitted when a path is moved.class
An event emitted when a file or directory is removed.class
An event emitted when a session is closed.class
An event emitted when a session is opened. -
Uses of IntegrationEvent in org.springframework.integration.ip.event
-
Uses of IntegrationEvent in org.springframework.integration.ip.tcp.connection
Modifier and TypeClassDescriptionclass
class
ApplicationEvent representing normal operations on aTcpConnection
.class
ApplicationEvent representing exceptions on aTcpConnection
.class
An event emitted when an endpoint cannot correlate a connection id to a connection; the cause is a messaging exception with the failed message.class
An event emitted when a connection could not be established for some reason.class
class
IpIntegrationEvent
representing exceptions on a TCP server socket/channel.class
IpIntegrationEvent
emitted when a server begins listening. -
Uses of IntegrationEvent in org.springframework.integration.ip.tcp.serializer
Modifier and TypeClassDescriptionclass
Event representing an exception while decoding an incoming stream. -
Uses of IntegrationEvent in org.springframework.integration.ip.udp
Modifier and TypeClassDescriptionclass
IpIntegrationEvent
emitted when a server begins listening. -
Uses of IntegrationEvent in org.springframework.integration.mail
-
Uses of IntegrationEvent in org.springframework.integration.mail.event
-
Uses of IntegrationEvent in org.springframework.integration.mqtt.event
Modifier and TypeClassDescriptionclass
TheMqttIntegrationEvent
to notify about lost connection to the server.class
Base class for Mqtt Events.class
An event emitted (when using aysnc) when the client indicates the message was delivered.class
Base class for events related to message delivery.class
An event emitted (when using async) when the client indicates that a message has been sent.class
The even representing an MQTT error occured during client interaction.class
-
Uses of IntegrationEvent in org.springframework.integration.redis.event
-
Uses of IntegrationEvent in org.springframework.integration.rsocket
Modifier and TypeClassDescriptionclass
AnIntegrationEvent
to indicate thatRSocket
from the client is connected to the server. -
Uses of IntegrationEvent in org.springframework.integration.sftp.server
Modifier and TypeClassDescriptionclass
ApplicationEvent
generated from Apache Mina sftp events.class
An event emitted when a directory is created.class
An event that is emitted when a file is written.class
An event emitted when a path is moved.class
An event emitted when a file or directory is removed.class
An event emitted when a session is closed.class
An event emitted when a session is opened. -
Uses of IntegrationEvent in org.springframework.integration.stomp.event
Modifier and TypeClassDescriptionclass
TheStompIntegrationEvent
implementation for the failed connection exceptions.class
TheStompIntegrationEvent
implementation for the exception from STOMP Adapters.class
Base class for allIntegrationEvent
s generated by the STOMP Adapters.class
TheStompIntegrationEvent
for the STOMPRECEIPT
Frames or lost receipts.class
TheStompIntegrationEvent
indicating the STOMP session establishment. -
Uses of IntegrationEvent in org.springframework.integration.stream
Modifier and TypeClassDescriptionclass
Application event published when EOF is detected on a stream.