Class AbstractNitriteOperation
- java.lang.Object
-
- org.apache.camel.component.nitrite.AbstractNitriteOperation
-
- Direct Known Subclasses:
AbstractPayloadAwareOperation,CreateIndexOperation,DropIndexOperation,ExportDatabaseOperation,FindCollectionOperation,FindRepositoryOperation,GetAttributesOperation,GetByIdOperation,ImportDatabaseOperation,ListIndicesOperation,RebuildIndexOperation,RemoveCollectionOperation,RemoveRepositoryOperation
public abstract class AbstractNitriteOperation extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractNitriteOperation()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract voidexecute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)
-
-
-
Method Detail
-
execute
protected abstract void execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint) throws Exception- Throws:
Exception
-
-