Skip to content

Support annotations to register procedures #506

@om26er

Description

@om26er

Just like autobahn-python where a function/method can be registered with

@register("io.crossbar.sample")
def sample(var1):
    pass

We could develop a similar functionality in autobahn-java. It seems many libraries use that, for example butter knife uses a similar technique to bind views in Android.

Same could also be used for subscriptions, obviously.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions