Interface RoutingBinder
-
- All Known Implementing Classes:
RoutingBinderRef.UndefinedRoutingBinderImplementationType
public interface RoutingBinderAn object responsible for assigning aRoutingBridgeto an indexed entity.This binder takes advantage of provided metadata to pick, configure and create a
RoutingBridge.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbind(RoutingBindingContext context)Configure the mapping of an indexed entity to an index as necessary using the givencontext.
-
-
-
Method Detail
-
bind
void bind(RoutingBindingContext context)
Configure the mapping of an indexed entity to an index as necessary using the givencontext.- Parameters:
context- A context exposing methods to configure the mapping.
-
-