Class ChannelEvent.Send
java.lang.Object
jdk.jfr.Event
org.jpos.jfr.ChannelEvent
org.jpos.jfr.ChannelEvent.Send
- Enclosing class:
ChannelEvent
JFR event recorded for a successful channel send.
-
Nested Class Summary
Nested classes/interfaces inherited from class ChannelEvent
ChannelEvent.Accept, ChannelEvent.AcceptException, ChannelEvent.Connect, ChannelEvent.ConnectionException, ChannelEvent.Disconnect, ChannelEvent.Receive, ChannelEvent.Send, ChannelEvent.SendExceptionModifier and TypeClassDescriptionstatic classJFR event recorded when a server channel accepts a new client.static classJFR event recorded when accepting an inbound connection fails.static classJFR event recorded when an outbound channel completes its connect handshake.static classJFR event recorded when an outbound connect attempt fails.static classJFR event recorded when a channel disconnects.static classJFR event recorded for a successful channel receive.static classJFR event recorded for a successful channel send.static classJFR event recorded when sending a message on a channel fails. -
Field Summary
Fields inherited from class ChannelEvent
detail -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ChannelEvent
append, getDetail, setDetail
-
Constructor Details
-
Send
public Send()Creates an empty Send event with no detail.
-