public Topic()

in org.apache.aries.events.memory/src/main/java/org/apache/aries/events/memory/Topic.java [40:43]


    public Topic(String topicName, int keepAtLeast) {
        this.topicName = topicName;
        this.journal = new Journal<>(keepAtLeast);
    }