Class GetByIdOperation
java.lang.Object
org.apache.camel.component.nitrite.AbstractNitriteOperation
org.apache.camel.component.nitrite.operation.common.GetByIdOperation
- All Implemented Interfaces:
CollectionOperation,CommonOperation,RepositoryOperation
Get Document by _id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)
-
Constructor Details
-
GetByIdOperation
public GetByIdOperation(org.dizitart.no2.NitriteId id)
-
-
Method Details
-
execute
protected void execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint) throws Exception - Specified by:
executein classAbstractNitriteOperation- Throws:
Exception
-