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 Object
implements MessageDecorator
A default implementation of
MessageDecorator 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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.tidalwave.actor.MessageDecorator
getDecoratedMessage
-
Constructor Details
-
Same
public Same()
-