1 2 3 4 5 6
package kr.syeyoung.dungeonsguide.mod.stomp; @FunctionalInterface public interface StompSubscription { void process(StompClient stompInterface, String stompPayload); }