Interface ElementBinder<T>
-
- Type Parameters:
T- The target type
- All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,com.tangosol.net.topic.Subscriber.Element<?>>
- All Known Subinterfaces:
AnnotatedElementBinder<A,T>,TypedElementBinder<T>
- All Known Implementing Classes:
DefaultTopicBinder,ElementValueBinder
public interface ElementBinder<T> extends io.micronaut.core.bind.ArgumentBinder<T,com.tangosol.net.topic.Subscriber.Element<?>>Interface for binders that bind method arguments from aSubscriber.Element.- Since:
- 1.0
- Author:
- Jonathan Knight