Package | Description |
---|---|
org.apache.camel.guice.impl | |
org.apache.camel.guice.support |
Modifier and Type | Class and Description |
---|---|
class |
ConsumerInjection<I> |
Modifier and Type | Method and Description |
---|---|
protected <A extends Annotation> |
GuiceyFruitModule.bindMethodHandler(Class<A> annotationType,
MethodHandler methodHandler)
Binds a post injection hook method annotated with the given annotation to
the given method handler.
|
Modifier and Type | Method and Description |
---|---|
protected <A extends Annotation> |
GuiceyFruitModule.bindMethodHandler(Class<A> annotationType,
Class<? extends MethodHandler> methodHandlerType)
Binds a post injection hook method annotated with the given annotation to
the given method handler.
|
protected <A extends Annotation> |
GuiceyFruitModule.bindMethodHandler(Class<A> annotationType,
com.google.inject.Key<? extends MethodHandler> methodHandlerKey)
Binds a post injection hook method annotated with the given annotation to
the given method handler.
|
Apache Camel