Class ReleaseReferenceConsumer
- java.lang.Object
-
- de.codecentric.reedelk.platform.flow.ReleaseReferenceConsumer
-
- All Implemented Interfaces:
Consumer<ExecutionNode>
public class ReleaseReferenceConsumer extends Object implements Consumer<ExecutionNode>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ExecutionNode executionNode)static ReleaseReferenceConsumerget(org.osgi.framework.Bundle bundle)
-
-
-
Method Detail
-
get
public static ReleaseReferenceConsumer get(org.osgi.framework.Bundle bundle)
-
accept
public void accept(ExecutionNode executionNode)
- Specified by:
acceptin interfaceConsumer<ExecutionNode>
-
-