aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/stomp/StompMessageHandler.java
blob: 7b13c1fd1e36b7d9667579f344c4195a837387f7 (plain)
1
2
3
4
5
package kr.syeyoung.dungeonsguide.stomp;

public interface StompMessageHandler {
    void handle(StompInterface stompInterface, StompPayload stompPayload);
}