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 a Subscriber.Element.
    Since:
    1.0
    Author:
    Jonathan Knight
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder

        io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends java.lang.Object>
    • Method Summary

      • Methods inherited from interface io.micronaut.core.bind.ArgumentBinder

        bind