Package io.mats3.localinspect
Class LocalStatsMatsInterceptor.OutgoingMessageRepresentationImpl
java.lang.Object
io.mats3.localinspect.LocalStatsMatsInterceptor.OutgoingMessageRepresentationImpl
- All Implemented Interfaces:
LocalStatsMatsInterceptor.MessageRepresentation
,LocalStatsMatsInterceptor.OutgoingMessageRepresentation
,Comparable<LocalStatsMatsInterceptor.OutgoingMessageRepresentation>
- Enclosing class:
- LocalStatsMatsInterceptor
public static class LocalStatsMatsInterceptor.OutgoingMessageRepresentationImpl
extends Object
implements LocalStatsMatsInterceptor.OutgoingMessageRepresentation
-
Constructor Summary
ConstructorsConstructorDescriptionOutgoingMessageRepresentationImpl
(MatsOutgoingMessage.MessageType messageType, String to, Class<?> messageClass, String initiatingAppName, String initiatorId) -
Method Summary
-
Constructor Details
-
OutgoingMessageRepresentationImpl
public OutgoingMessageRepresentationImpl(MatsOutgoingMessage.MessageType messageType, String to, Class<?> messageClass, String initiatingAppName, String initiatorId)
-
-
Method Details
-
getMessageType
- Specified by:
getMessageType
in interfaceLocalStatsMatsInterceptor.MessageRepresentation
-
getTo
- Specified by:
getTo
in interfaceLocalStatsMatsInterceptor.OutgoingMessageRepresentation
-
getMessageClass
- Specified by:
getMessageClass
in interfaceLocalStatsMatsInterceptor.OutgoingMessageRepresentation
-
getInitiatingAppName
- Specified by:
getInitiatingAppName
in interfaceLocalStatsMatsInterceptor.MessageRepresentation
-
getInitiatorId
- Specified by:
getInitiatorId
in interfaceLocalStatsMatsInterceptor.MessageRepresentation
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<LocalStatsMatsInterceptor.OutgoingMessageRepresentation>
-