org.hornetq.rest.queue.push
Interface PushStrategy
- All Known Implementing Classes:
- HornetQPushStrategy, UriStrategy, UriTemplateStrategy
public interface PushStrategy
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
push
boolean push(org.hornetq.api.core.client.ClientMessage message)
setRegistration
void setRegistration(PushRegistration reg)
start
void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
void stop()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2012. All Rights Reserved.