public interface PushStore
Modifier and Type | Method and Description |
---|---|
void |
add(PushRegistration reg) |
List<PushRegistration> |
getByDestination(String destination) |
void |
remove(PushRegistration reg) |
void |
removeAll() |
void |
update(PushRegistration reg) |
void add(PushRegistration reg) throws Exception
Exception
void remove(PushRegistration reg) throws Exception
Exception
List<PushRegistration> getByDestination(String destination)
void update(PushRegistration reg) throws Exception
Exception
Copyright © 2016 The Apache Software Foundation. All rights reserved.