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