Package com.hazelcast.spi.impl

Examples of com.hazelcast.spi.impl.NodeEngineImpl$SendTask


      super(fp, "Send Task", "Task that is completed when a message is sent");
    }

    @Override
    protected Task createFlowElement(ICreateContext context) {
      SendTask task = ModelHandler.FACTORY.createSendTask();
      task.setName("Send Task");
      task.setImplementation("##unspecified");
      return task;
    }
View Full Code Here

TOP

Related Classes of com.hazelcast.spi.impl.NodeEngineImpl$SendTask

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.