@Version(value="1.1.0.${qualifier}")
See: Description
| Interface | Description |
|---|---|
| Connection |
This object is created by the
ConnectionManager when two Endpoints are connected. |
| ConnectionManager |
The
ConnectionManager service should be provided by the FPAI runtime. |
| ConnectionManager.EndpointPort | |
| ConnectionManager.ManagedEndpoint |
The wrapper that manages the
Endpoint. |
| ConnectionManager.PotentialConnection |
Represents a potential connection, which is when two
ConnectionManager.EndpointPort mmatch with their Port.sends()
and Port.accepts() definitions. |
| Endpoint |
An
Endpoint is a component that can receive and send messages over a Connection. |
| MessageHandler |
An instance of the
MessageHandler should be returned when a connection is coupled to an endpoint (see
Endpoint.onConnect(Connection). |
| MessageListener |
A
MessageListener can be used to sniff messages that are exchanges between Endpoints. |
| Enum | Description |
|---|---|
| Cardinality |
Specifies whether a
Port can be handle multiple Connections. |
| Annotation Type | Description |
|---|---|
| Filter |
The
Filter annotation is used on MessageListeners to limit the type of messages that are received by
it. |
| Port | |
| Ports |