Package org.apache.camel.spi
Interface ResourceAware
-
public interface ResourceAwareAn interface to represent an object which wishes to be injected with theResource
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcegetResource()Gets theResource.voidsetResource(Resource resource)Sets theResource.static <T> TtrySetResource(T object, Resource resource)Set theResourceresource if the object is an instance ofResourceAware.
-