Arca constructor

Arca(
  1. List<String> subscribedTopics
)

Implementation

Arca(this.subscribedTopics) {
  getDistribuo().registerArca(this);
}