Uses of Interface
org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
-
Packages that use ConnectorFactory Package Description org.eclipse.microprofile.reactive.messaging.spi The MicroProfile Reactive Messaging API Connector SPI -
-
Uses of ConnectorFactory in org.eclipse.microprofile.reactive.messaging.spi
Subinterfaces of ConnectorFactory in org.eclipse.microprofile.reactive.messaging.spi Modifier and Type Interface Description interface
IncomingConnectorFactory
SPI used to implement a connector managing a source of messages for a specific transport.interface
OutgoingConnectorFactory
SPI used to implement a connector managing a sink of messages for a specific transport.
-