This commit is contained in:
Clebert Suconic 2019-04-02 11:09:19 -04:00
commit 02c0283dcb
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ public interface StompFrameInterceptor extends BaseInterceptor<StompFrame>
Likewise for MQTT protocol, an interceptor must implement the interface
`MQTTInterceptor`:
```java package org.apache.activemq.artemis.core.protocol.mqtt;
```java
package org.apache.activemq.artemis.core.protocol.mqtt;
public interface MQTTInterceptor extends BaseInterceptor<MqttMessage>
{