Interface ImporterTransferStrategy


@API(status=STABLE, since="2.0.0-milestone.2.1") public interface ImporterTransferStrategy
An importer transfer strategy transfers resources from a source to the network.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    transfer(Filter filter, Actor actor, Network network)
     
  • Method Details