Title: Message Title
| |
|
|
| Issue Type: |
Bug |
| Assignee: |
Unassigned |
| Created: |
14/Jun/18 8:11 AM |
| Priority: |
Major |
| Reporter: |
Martin Kouba |
|
@ApplicationScoped |
@SomeInterceptorBinding // -> observer method is intercepted |
public class Foo { |
|
@Inject |
Event<Payload> event; |
|
private void foo(@Observes Payload payload) { |
// do something |
} |
|
// foo() notified within invocation of fireEvent() |
public void fireEvent() { |
event.fire(new Payload()); |
} |
}
|
|
|
|
|
| |
|
|
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues