Interface DeploymentDistributor


public interface DeploymentDistributor
  • Method Summary

    Modifier and Type
    Method
    Description
    pushDeploymentToPartition(long key, int partitionId, org.agrona.DirectBuffer deploymentBuffer)
     
  • Method Details

    • pushDeploymentToPartition

      ActorFuture<Void> pushDeploymentToPartition(long key, int partitionId, org.agrona.DirectBuffer deploymentBuffer)