Interface JerseyClientBundle.ConsumerTokenProvider<C extends io.dropwizard.core.Configuration>

Type Parameters:
C - the type of the applications Configuration class
All Superinterfaces:
Function<C,String>
Enclosing class:
JerseyClientBundle<C extends io.dropwizard.core.Configuration>

public static interface JerseyClientBundle.ConsumerTokenProvider<C extends io.dropwizard.core.Configuration> extends Function<C,String>
Provides the consumer token that is added to outgoing requests from the configuration.