public interface HasUsingMessage<M>
Modifier and Type | Method and Description |
---|---|
default M |
usingMessage()
Returns an object of type M that can be reused between invocations
of a subscriber's on() method or
null . |
default M usingMessage()
null
.null
Copyright © 2021. All rights reserved.