public class ServiceContext<O,R> extends Object
ServiceContext(O order, R result, Map<Object,Object> attachment)
<V> V
getAttachmentAttr(Object key)
O
getOrder()
R
getResult()
void
setAttachmentAttr(Object key, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ServiceContext(O order, R result, Map<Object,Object> attachment)
public O getOrder()
public R getResult()
public <V> V getAttachmentAttr(Object key)
public void setAttachmentAttr(Object key, Object value)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.