com.hazelcast.spi.impl
Interface BasicDispatcher


public interface BasicDispatcher

To keep the BasicOperationScheduler clean of operations/packets etc, the scheduler takes care of scheduling, but forwards the actual handling of the task to the BasicDispatcher.


Method Summary
 void dispatch(Object task)
           
 

Method Detail

dispatch

void dispatch(Object task)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.