Package it.tidalwave.actor
Class MessageDecorator.Same<T extends MessageSupport>
- java.lang.Object
-
- it.tidalwave.actor.MessageDecorator.Same<T>
-
- All Implemented Interfaces:
MessageDecorator
- Enclosing interface:
- MessageDecorator
public static class MessageDecorator.Same<T extends MessageSupport> extends java.lang.Object implements MessageDecorator
A default implementation ofMessageDecorator
which returns the same message.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface it.tidalwave.actor.MessageDecorator
MessageDecorator.Same<T extends MessageSupport>
-
-
Field Summary
-
Fields inherited from interface it.tidalwave.actor.MessageDecorator
_MessageDecorator_
-
-
Constructor Summary
Constructors Constructor Description Same()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface it.tidalwave.actor.MessageDecorator
getDecoratedMessage
-
-