public class Event extends Object
Event(String topic, String content)
Event(String queue, String topic, String content)
String
content()
key()
Event
key(String key)
queue()
Date
scheduled()
scheduled(Date scheduled)
tags()
tags(String tags)
int
times()
times(int times)
topic()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Event(String topic, String content)
public Event(String queue, String topic, String content)
public String queue()
public String topic()
public String content()
public String key()
public Event key(String key)
public String tags()
public Event tags(String tags)
public Date scheduled()
public Event scheduled(Date scheduled)
public int times()
public Event times(int times)
Copyright © 2021. All rights reserved.