def octet_message_encoder(func): wallaroo._validate_arity_compatability(func.__name__, func, 1) C = wallaroo._wallaroo_wrap(func.__name__, func, wallaroo.OctetEncoder) return C()
def stream_message_encoder(func): wallaroo._validate_arity_compatability(func.__name__, func, 1) C = wallaroo._wallaroo_wrap(func.__name__, func, wallaroo.ConnectorEncoder) return C()