Interface Configurable
-
- All Known Subinterfaces:
AzkarraRestExtension
,EmbeddedHttpServer
,Serdes<T>
- All Known Implementing Classes:
ApiDefaultRoutes
,ApiInfoRoutes
,AutoCreateTopicsInterceptor
,BaseComponentModule
,ComplexWordCountTopology
,ComplexWordCountTopologyModule
,ComponentModule
,ConditionalStreamsApplication.NormalizeStreamsTopology
,ConfigurableStopWordsService
,ConfigurableSupplier
,ConfigurableWordCountTopology
,ContextAwareApplicationIdBuilderSupplier
,ContextAwareComponentSupplier
,ContextAwareGettableComponentSupplier
,ContextAwareKafkaStreamsFactorySupplier
,ContextAwareLifecycleInterceptorSupplier
,ContextAwareThreadExceptionHandlerSupplier
,ContextAwareTopologySupplier
,InMemoryUserIdentityManager
,MeterKafkaStreamsInterceptor
,MeterRegistryFactory
,MonitoringStreamsInterceptor
,OptimizedTopologyProvider
,PrometheusEndpoint.PrometheusEndpointExtension
,PropertiesFileUsersIdentityManager
,ReflectMethodComponentSupplier
,SimpleAuthorizationManager
,SpecificJsonSerdes
,UndertowEmbeddedServer
public interface Configurable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(Conf configuration)
Configures this instance with the specifiedConf
.static boolean
isConfigurable(Class type)
static void
mayConfigure(Object instance, Conf conf)
-