org.guvnor.inbox.backend.server
Class MailboxService
java.lang.Object
org.guvnor.inbox.backend.server.MailboxService
@ApplicationScoped
public class MailboxService
- extends Object
This service the "delivery" of messages to users inboxes for events.
Ideally only one instance of this running at a time (at least on a node) to avoid doubling up.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAIL_MAN
public static final String MAIL_MAN
- See Also:
- Constant Field Values
MailboxService
public MailboxService()
setup
@PostConstruct
public void setup()
destroy
@PreDestroy
public void destroy()
listUsers
public String[] listUsers()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.