All Known Implementing Classes:
RoutingBinderRef.UndefinedRoutingBinderImplementationType

public interface RoutingBinder
An object responsible for assigning a RoutingBridge to an indexed entity.

This binder takes advantage of provided metadata to pick, configure and create a RoutingBridge.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configure the mapping of an indexed entity to an index as necessary using the given context.
  • Method Details

    • bind

      void bind(RoutingBindingContext context)
      Configure the mapping of an indexed entity to an index as necessary using the given context.
      Parameters:
      context - A context exposing methods to configure the mapping.